home *** CD-ROM | disk | FTP | other *** search
/ Die Ultimative Software-P…i Collection 1996 & 1997 / Die Ultimative Software-Pakete CD-ROM fur Atari Collection 1996 & 1997.iso / u / utility / packer / jpeg3_st / jpeg3.prj < prev    next >
Encoding:
Text File  |  1996-11-17  |  1005 b   |  62 lines

  1. ;>>>>>>> JPEG3.PRJ <<<<<<<<
  2.  
  3. cjpeg.ttp          ; name of executable program
  4. ;djpeg.ttp         ; name of executable program
  5.  
  6. ;.C [ -Y ]
  7. ;.L [ -L -Y ]
  8. ;.S [ -Y ]
  9.  
  10. =                  ; list of modules follows...
  11.  
  12. PCSTART.O          ; startup code
  13.  
  14. jcmaster.c
  15. jcdeflts.c
  16. jcarith.c
  17. jccolor.c
  18. jcexpand.c
  19. jchuff.c
  20. jcmcu.c
  21. jcpipe.c
  22. jcsample.c
  23. jfwddct.c
  24. jwrjfif.c
  25. jrdgif.c
  26. jrdppm.c
  27. jrdrle.c
  28. jrdtarga.c
  29. jdmaster.c
  30. jddeflts.c
  31. jbsmooth.c
  32. jdarith.c
  33. jdcolor.c
  34. jdhuff.c
  35. jdmcu.c
  36. jdpipe.c
  37. jdsample.c
  38. jquant1.c
  39. jquant2.c
  40. jrevdct.c
  41. jrdjfif.c
  42. jwrgif.c
  43. jwrppm.c
  44. jwrrle.c
  45. jwrtarga.c
  46. jutils.c
  47. jerror.c
  48. jmemmgr.c
  49. jmemsys.c
  50.  
  51. jcmain.c           ; Main-Programm
  52. ;jdmain.c
  53.  
  54. ;PCBGILIB.LIB       ; BGI library
  55. PCFLTLIB.LIB       ; floating point library
  56. PCSTDLIB.LIB       ; standard library
  57.  
  58. PCEXTLIB.LIB       ; extended library
  59. PCTOSLIB.LIB       ; TOS library
  60. ;PCGEMLIB.LIB       ; AES and VDI library
  61.  
  62. ;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<